Exception: Foobara::TypeDeclarations::ErrorExtension::NoContextTypeSetError

Inherits:
StandardError
  • Object
show all
Defined in:
foobara-0.0.110/projects/type_declarations/src/error_extension.rb

Instance Method Summary collapse

Constructor Details

#initializeNoContextTypeSetError

Returns a new instance of NoContextTypeSetError.



26
27
28
# File 'foobara-0.0.110/projects/type_declarations/src/error_extension.rb', line 26

def initialize
  super("No context type declaration set. Either set it or mark the error as abstract")
end