0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-26 19:20:59 +00:00
ensl.org/lib/exceptions.rb

4 lines
96 B
Ruby
Raw Normal View History

module Exceptions
class AccessError < StandardError; end
class Error < StandardError; end
end