BadMethodCallException
BadMethodCallException Thrown when a method was called that does not exist
- 
    
            new BadMethodCallException()
- 
    
            $badmethodcallexception->getCode()
- 
    
            $badmethodcallexception->getData()
- 
    
            $badmethodcallexception->getDetails()
- 
    
            $badmethodcallexception->getFile()
- 
    
            $badmethodcallexception->getFileRelative()
- 
    
            $badmethodcallexception->getHttpCode()
- 
    
            $badmethodcallexception->getKey()
- 
    
            $badmethodcallexception->getLine()
- 
    
            $badmethodcallexception->getMessage()
- 
    
            $badmethodcallexception->getPrevious()
- 
    
            $badmethodcallexception->getTrace()
- 
    
            $badmethodcallexception->getTraceAsString()
- 
    
            $badmethodcallexception->isTranslated()
- 
    
            $badmethodcallexception->toArray()