/**
  * @test
  * @expectedException \Exception
  */
 public function it_should_boot_callback_trait_and_throw_exception()
 {
     \Dummy::bootCallableTrait();
 }