PHP Class LazyRecord\Exception\SchemaRelatedException

Inheritance: extends Exceptio\Exception
Show file Open project: corneltek/lazyrecord

Public Properties

Property Type Description
$schema

Public Methods

Method Description
__construct ( LazyRecord\Schema\SchemaInterface $schema, $message )
getSchema ( )
getSchemaClass ( )

Method Details

__construct() public method

public __construct ( LazyRecord\Schema\SchemaInterface $schema, $message )
$schema LazyRecord\Schema\SchemaInterface

getSchema() public method

public getSchema ( )

getSchemaClass() public method

public getSchemaClass ( )

Property Details

$schema public property

public $schema