mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-01-18 07:22:19 +00:00
4 lines
No EOL
96 B
Ruby
4 lines
No EOL
96 B
Ruby
module Exceptions
|
|
class AccessError < StandardError; end
|
|
class Error < StandardError; end
|
|
end |