shard-kilt/src/kilt/exception.cr

5 lines
75 B
Crystal

module Kilt
class Exception < ::Exception
# Nothing special
end
end