send(); return; } /** * Send the exception on hoa://Event/Exception. * * @return void */ public function send() { Event::notify( 'hoa://Event/Exception', $this, new Event\Bucket($this) ); return; } } /** * Flex entity. */ Consistency::flexEntity('Hoa\Exception\Exception');