Class: ModelException

Inherits:
Object
  • Object
show all
Defined in:
lib/facturama/models/exception/model_exception.rb

Instance Method Summary collapse

Constructor Details

#initializeModelException

Returns a new instance of ModelException.



4
5
6
7
# File 'lib/facturama/models/exception/model_exception.rb', line 4

def initialize
  @message = ""
  @details = ""
end