lib/pagetience/exceptions.rb in pagetience-0.1.0 vs lib/pagetience/exceptions.rb in pagetience-0.2.0
- old
+ new
@@ -1,6 +1,9 @@
module Pagetience
module Exceptions
class Timeout < StandardError
end
+
+ class Platform < StandardError
+ end
end
end
\ No newline at end of file