Skip to content

FileNotFound

Hyomoto edited this page Jun 24, 2021 · 1 revision
Jump To Go Back Arguments Methods Variables

FileNotFound( _call, _file )

Implements: Error

Thrown when a request for a file is made and it didn't exist.

Arguments

Name Type Purpose
_call undef No description
_file undef No description

Methods

Jump To top

Variables

Jump To top
Name Type Initial Purpose
message undef conc( "The function ", _call, " failed because it could not find ", _file ) No description.
Clone this wiki locally