Blame | Letzte Änderung | Log anzeigen | RSS feed
<?php namespace Illuminate\Queue; use RuntimeException; class MaxAttemptsExceededException extends RuntimeException { // }
<?php
namespace Illuminate\Queue;
use RuntimeException;
class MaxAttemptsExceededException extends RuntimeException
{
//
}