Kohana_HTTP_Exception_404 [ 404 ]:

APPPATH/classes/Controller/Registration.php [ 182 ]

177 				}
178 				$this->response->headers('Content-Type', 'application/json; charset='.Kohana::$charset)->body(json_encode($response));
179 			}
180 			
181         } else {
182             throw new Kohana_HTTP_Exception_404();
183         }
184     }
185 
186     public function check_inn ($valid)
187     {
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Registration->action_index()

  2. {PHP internal call} » Kohana_Controller->execute()

  3. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  4. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  5. SYSPATH/classes/Kohana/Request.php [ 997 ] » Kohana_Request_Client->execute(arguments)

  6. DOCROOT/index.php [ 138 ] » Kohana_Request->execute()

Environment