Exception: Gitignores::GitignoreNotFoundException

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/gitignores/exceptions.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ignore_name) ⇒ GitignoreNotFoundException

Returns a new instance of GitignoreNotFoundException.



4
5
6
# File 'lib/gitignores/exceptions.rb', line 4

def initialize(ignore_name)
  @ignore_name = ignore_name
end

Instance Attribute Details

#ignore_nameObject

Returns the value of attribute ignore_name.



3
4
5
# File 'lib/gitignores/exceptions.rb', line 3

def ignore_name
  @ignore_name
end