0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-02-19 02:21:37 +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