Exception: Twig::Branch::EmptyPropertyNameError
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Twig::Branch::EmptyPropertyNameError
- Defined in:
- lib/twig/branch.rb
Constant Summary collapse
- DEFAULT_MESSAGE =
'Branch property names cannot be empty strings.'
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ EmptyPropertyNameError
constructor
A new instance of EmptyPropertyNameError.
Constructor Details
#initialize(message = nil) ⇒ EmptyPropertyNameError
Returns a new instance of EmptyPropertyNameError.
11 12 13 14 |
# File 'lib/twig/branch.rb', line 11 def initialize( = nil) ||= DEFAULT_MESSAGE super end |