mirror of
https://github.com/ENSL/ensl.org.git
synced 2024-12-26 12:30:48 +00:00
4 lines
96 B
Ruby
4 lines
96 B
Ruby
|
module Exceptions
|
||
|
class AccessError < StandardError; end
|
||
|
class Error < StandardError; end
|
||
|
end
|