shard-spectator/src/spectator/expectation_failed.cr
2018-09-15 11:05:11 -06:00

4 lines
65 B
Crystal

module Spectator
class ExpectationFailed < Exception
end
end