Exception: AwsS3Export::NotDir

Inherits:
Error
  • Object
show all
Defined in:
lib/aws_s3_export/error.rb

Instance Method Summary collapse

Constructor Details

#initializeNotDir

Returns a new instance of NotDir.



26
27
28
# File 'lib/aws_s3_export/error.rb', line 26

def initialize
  super(":export_dir mast be a directory")
end