Overview

Namespaces

  • Composer
    • Autoload
  • Illuminate
    • Support
      • Contracts
      • Facades
  • Laravella
    • Crud
      • Exceptions
      • Facades
  • None
  • PHP

Classes

  • ArrayIterator
  • Closure
  • ReflectionClass
  • ReflectionFunction
  • ReflectionFunctionAbstract
  • SplFileInfo
  • SplFileObject

Interfaces

  • ArrayAccess
  • Countable
  • Iterator
  • IteratorAggregate
  • RecursiveIterator
  • Reflector
  • SeekableIterator
  • Serializable
  • Traversable

Exceptions

  • Exception
  • Overview
  • Namespace
  • Class
  • Tree

Class Exception

Direct known subclasses

Laravella\Crud\Exceptions\DBException
PHP Extension: Core
Documented at php.net
Methods summary
public
# __construct( mixed $message, mixed $code, mixed $previous )
final public
# getMessage( )
final public
# getCode( )
final public
# getFile( )
final public
# getLine( )
final public
# getTrace( )
final public
# getPrevious( )
final public
# getTraceAsString( )
public
# __toString( )
Properties summary
protected string $message ''
#
protected integer $code 0
#
protected mixed $file
#
protected mixed $line
#
crud API documentation generated by ApiGen 2.8.0