Exception: IcePatch2::FileSizeRangeException
- Inherits:
-
FileAccessException
- Object
- StandardError
- Ice::Exception
- Ice::UserException
- FileAccessException
- IcePatch2::FileSizeRangeException
- Defined in:
- lib/IcePatch2/FileServer.rb
Instance Attribute Summary
Attributes inherited from FileAccessException
Instance Method Summary collapse
-
#initialize(reason = '') ⇒ FileSizeRangeException
constructor
A new instance of FileSizeRangeException.
- #to_s ⇒ Object
Methods inherited from Ice::Exception
Constructor Details
#initialize(reason = '') ⇒ FileSizeRangeException
Returns a new instance of FileSizeRangeException.
57 58 59 |
# File 'lib/IcePatch2/FileServer.rb', line 57 def initialize(reason='') super(reason) end |
Instance Method Details
#to_s ⇒ Object
61 62 63 |
# File 'lib/IcePatch2/FileServer.rb', line 61 def to_s '::IcePatch2::FileSizeRangeException' end |