lib/happi/error.rb in happi-0.0.10 vs lib/happi/error.rb in happi-0.0.11

- old
+ new

@@ -1,5 +1,5 @@ -class Happi::Error < Exception +class Happi::Error < StandardError class ClientError < self def message "A client error occurred" end end