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

4 lines
No EOL
96 B
Ruby

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