lib/legion/exceptions.rb in legion-exceptions-0.1.0 vs lib/legion/exceptions.rb in legion-exceptions-1.0.1
- old
+ new
@@ -1,8 +1,12 @@
-require 'legion/exceptions/version'
+# frozen_string_literal: true
+require_relative 'exceptions/version'
+require_relative 'exceptions/handled_task'
+require_relative 'exceptions/invalidjson'
+require_relative 'exceptions/missing_argument'
+require_relative 'exceptions/wrongtype'
+
module Legion
- # Used for Legion Exceptions
module Exceptions
- # Your code goes here...
end
end